object Form1: TForm1 Left = 173 Top = 82 Width = 496 Height = 453 Caption = 'SUBDatabase Demo2' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 16 object Panel4: TPanel Left = 0 Top = 0 Width = 484 Height = 422 Align = alClient TabOrder = 0 object BitBtnClose: TBitBtn Left = 344 Top = 376 Width = 97 Height = 33 Caption = '&Close' TabOrder = 0 OnClick = BitBtnCloseClick Kind = bkClose end object Button7: TButton Left = 25 Top = 16 Width = 416 Height = 49 Caption = 'add 200 records' TabOrder = 1 OnClick = ButtonaddClick end object ButtonStatus: TButton Left = 33 Top = 376 Width = 80 Height = 33 Caption = 'Status' TabOrder = 2 OnClick = ButtonStatusClick end object ButtonReorg: TButton Left = 185 Top = 376 Width = 80 Height = 33 Caption = 'Reorg' TabOrder = 3 OnClick = ButtonReorgClick end object Panel1: TPanel Left = 24 Top = 312 Width = 417 Height = 41 TabOrder = 4 end object Buttondelete: TButton Left = 25 Top = 80 Width = 416 Height = 49 Caption = 'delete 100 records' TabOrder = 5 OnClick = ButtondeleteClick end object ListBox1: TListBox Left = 24 Top = 192 Width = 417 Height = 105 ItemHeight = 16 TabOrder = 6 end object Button1: TButton Left = 25 Top = 136 Width = 416 Height = 49 Caption = 'show 100 records' TabOrder = 7 OnClick = ButtonshowClick end end object SUBDataBase1: TSUBDataBase DataBaseName = 'bigdemo2.sub' Active = False OnReorg = SUBDataBase1Reorg OnCreate = SUBDataBase1Create Left = 448 Top = 128 end end